Remove chisel references and server functionality, keep client only#592
Open
thubaidamasceno wants to merge 4 commits into
Open
Remove chisel references and server functionality, keep client only#592thubaidamasceno wants to merge 4 commits into
thubaidamasceno wants to merge 4 commits into
Conversation
thubaidamasceno
commented
Jun 30, 2026
- Rename module from github.com/jpillora/chisel to tunnel
- Remove server package entirely
- CLI now operates as client-only (no server subcommand)
- Rename ProtocolVersion from chisel-v3 to tunnel-v1
- Rename env prefix from CHISEL_ to TUNNEL_
- Rename ChiselKey to Key in ccrypto package (prefix ck- to tk-)
- Update SSH channel name from chisel to tunnel
- Update binary names in Makefile
- Update all help text and comments
- Remove multiFlag type (server-only)
- Rename module from github.com/jpillora/chisel to tunnel - Remove server package entirely - CLI now operates as client-only (no server subcommand) - Rename ProtocolVersion from chisel-v3 to tunnel-v1 - Rename env prefix from CHISEL_ to TUNNEL_ - Rename ChiselKey to Key in ccrypto package (prefix ck- to tk-) - Update SSH channel name from chisel to tunnel - Update binary names in Makefile - Update all help text and comments - Remove multiFlag type (server-only) Co-authored-by: openhands <openhands@all-hands.dev>
- build.sh: Linux/macOS - build.bat: Windows - Uses garble -literals -tiny for string obfuscation and symbol stripping Co-authored-by: openhands <openhands@all-hands.dev>
…tadata - Add GOGARBLE=* to obfuscate ALL packages including dependencies - Add -seed=random for unique binary each build - Add goversioninfo for Windows PE VERSIONINFO metadata - Add -buildid= to strip linker build ID - Add versioninfo.json with PE resource template Co-authored-by: openhands <openhands@all-hands.dev>
- Change ProtocolVersion from tunnel-v1 to ws-v1 - Change SSH ClientVersion from SSH-tunnel-v1-client to SSH-2.0-Go - Add optional UPX --best --lzma packing to build scripts - UPX changes entire binary signature (18MB -> 5MB) Co-authored-by: openhands <openhands@all-hands.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.